[INFO] cloning repository https://github.com/build-aau/migration_handler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/build-aau/migration_handler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuild-aau%2Fmigration_handler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuild-aau%2Fmigration_handler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e34dfc7b69d6aa2c332e1b4adb4dd0cd8c6561b
[INFO] testing build-aau/migration_handler against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbuild-aau%2Fmigration_handler" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/build-aau/migration_handler
[INFO] finished tweaking git repo https://github.com/build-aau/migration_handler
[INFO] tweaked toml for git repo https://github.com/build-aau/migration_handler written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/build-aau/migration_handler on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/build-aau/migration_handler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 047affa309b75878176606524daa2937340a8903e098390114bf6d527660829f
[INFO] running `Command { std: "docker" "start" "-a" "047affa309b75878176606524daa2937340a8903e098390114bf6d527660829f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "047affa309b75878176606524daa2937340a8903e098390114bf6d527660829f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "047affa309b75878176606524daa2937340a8903e098390114bf6d527660829f", kill_on_drop: false }`
[INFO] [stdout] 047affa309b75878176606524daa2937340a8903e098390114bf6d527660829f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa16d2472130ace4e6e38775a20a0bab7e27d427349985dfde1d1542d33ce681
[INFO] running `Command { std: "docker" "start" "-a" "fa16d2472130ace4e6e38775a20a0bab7e27d427349985dfde1d1542d33ce681", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling litemap v0.7.3
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling rustix v0.38.40
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling serde_json v1.0.132
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cpufeatures v0.2.15
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling deunicode v1.6.0
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling data-encoding v2.6.0
[INFO] [stderr]    Compiling dot-structures v0.1.1
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling clap_lex v0.7.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling num-modular v0.6.1
[INFO] [stderr]    Compiling pulldown-cmark v0.10.3
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unic-ucd-segment v0.9.0
[INFO] [stderr]    Compiling dot-generator v0.2.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling into-attr v0.1.1
[INFO] [stderr]    Compiling pulldown-cmark-escape v0.10.1
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling terminal_size v0.4.0
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling unic-segment v0.9.0
[INFO] [stderr]    Compiling clap_builder v4.5.21
[INFO] [stderr]    Compiling num-order v1.2.0
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling pathdiff v0.2.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling topological-sort v0.2.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling bstr v1.11.0
[INFO] [stderr]    Compiling tempdir v0.3.7
[INFO] [stderr]    Compiling into-attr-derive v0.2.1
[INFO] [stderr]    Compiling env_filter v0.1.2
[INFO] [stderr]    Compiling env_logger v0.11.5
[INFO] [stderr]    Compiling globset v0.4.15
[INFO] [stderr]    Compiling opener v0.7.2
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.4
[INFO] [stderr]    Compiling yoke-derive v0.7.4
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling html5ever v0.27.0
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling pest v2.7.14
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling zerofrom v0.1.4
[INFO] [stderr]    Compiling pin-project v1.1.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling yoke v0.7.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling clap v4.5.21
[INFO] [stderr]    Compiling clap_complete v4.5.38
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling dummy v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling markup5ever v0.12.1
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling fake v2.10.0
[INFO] [stderr]    Compiling pest_meta v2.7.14
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling pest_generator v2.7.14
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling pest_derive v2.7.14
[INFO] [stderr]    Compiling graphviz-rust v0.7.2
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling build_script_shared v0.4.0 (/opt/rustwide/workdir/build_script_shared)
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling elasticlunr-rs v3.0.2
[INFO] [stderr]    Compiling handlebars v6.2.0
[INFO] [stderr]    Compiling build_script_lang v0.4.0 (/opt/rustwide/workdir/build_script_lang)
[INFO] [stderr]    Compiling tera v1.20.0
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling build_changeset_lang v0.4.0 (/opt/rustwide/workdir/build_changeset_lang)
[INFO] [stderr]    Compiling url v2.5.3
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling ammonia v4.0.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling hyper v0.14.31
[INFO] [stderr]    Compiling warp v0.3.7
[INFO] [stderr]    Compiling mdbook v0.4.42
[INFO] [stderr]    Compiling typed_graph_cli v0.4.0 (/opt/rustwide/workdir/typed_graph_cli)
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]   --> typed_graph_cli/src/project.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::Write;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
[INFO] running `Command { std: "docker" "inspect" "fa16d2472130ace4e6e38775a20a0bab7e27d427349985dfde1d1542d33ce681", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa16d2472130ace4e6e38775a20a0bab7e27d427349985dfde1d1542d33ce681", kill_on_drop: false }`
[INFO] [stdout] fa16d2472130ace4e6e38775a20a0bab7e27d427349985dfde1d1542d33ce681
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b51964c11eef008f86fb722e31d17be3cfb2784155ae918e0cafeac92034308
[INFO] running `Command { std: "docker" "start" "-a" "4b51964c11eef008f86fb722e31d17be3cfb2784155ae918e0cafeac92034308", kill_on_drop: false }`
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling build_script_lang v0.4.0 (/opt/rustwide/workdir/build_script_lang)
[INFO] [stderr]    Compiling build_script_shared v0.4.0 (/opt/rustwide/workdir/build_script_shared)
[INFO] [stderr]    Compiling notify-debouncer-mini v0.4.1
[INFO] [stderr]    Compiling mdbook v0.4.42
[INFO] [stderr]    Compiling build_changeset_lang v0.4.0 (/opt/rustwide/workdir/build_changeset_lang)
[INFO] [stderr]    Compiling typed_graph_cli v0.4.0 (/opt/rustwide/workdir/typed_graph_cli)
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]   --> typed_graph_cli/src/project.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::Write;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]   --> typed_graph_cli/src/project.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::fmt::Write;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.27s
[INFO] running `Command { std: "docker" "inspect" "4b51964c11eef008f86fb722e31d17be3cfb2784155ae918e0cafeac92034308", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b51964c11eef008f86fb722e31d17be3cfb2784155ae918e0cafeac92034308", kill_on_drop: false }`
[INFO] [stdout] 4b51964c11eef008f86fb722e31d17be3cfb2784155ae918e0cafeac92034308
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 200d2d0b9c85c5d39a87f45144003970f74e9c16cae15ff490add9f48024d580
[INFO] running `Command { std: "docker" "start" "-a" "200d2d0b9c85c5d39a87f45144003970f74e9c16cae15ff490add9f48024d580", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::fmt::Write`
[INFO] [stderr]   --> typed_graph_cli/src/project.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | use std::fmt::Write;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `typed_graph_cli` (lib) generated 1 warning
[INFO] [stderr] warning: `typed_graph_cli` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.35s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/build_changeset_lang-b30d2827ad12d1fb)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test schema::actions::added_varient_type::added_varient_type_compose ... ok
[INFO] [stdout] test schema::actions::removed_type::removed_type_compose ... ok
[INFO] [stdout] test schema::actions::edited_schema::edited_schema_compose ... ok
[INFO] [stdout] test schema::actions::removed_field::removed_field_compose ... ok
[INFO] [stdout] test schema::actions::added_endpoint::added_endpoint_compose ... ok
[INFO] [stdout] test schema::actions::removed_varient::removed_varient_compose ... ok
[INFO] [stdout] test schema::actions::added_type_data::added_type_data_compose ... ok
[INFO] [stdout] test schema::actions::removed_endpoint::removed_endpoint_compose ... ok
[INFO] [stdout] test schema::actions::edited_generics::edited_generic_compose ... ok
[INFO] [stdout] test schema::actions::edited_endpoint::edited_endpoint_compose ... ok
[INFO] [stdout] test schema::changeset::schema_changeset_test ... FAILED
[INFO] [stdout] test schema::actions::edited_opaque::edited_opaque_compose ... ok
[INFO] [stdout] test schema::actions::edited_variants_order::edited_varient_order_compose ... ok
[INFO] [stdout] test schema::field_path::field_path_compose ... ok
[INFO] [stdout] test schema::actions::edited_type::edited_type_compose ... ok
[INFO] [stdout] test schema::actions::single_change::single_change_compose ... ok
[INFO] [stdout] test schema::actions::added_type::added_type_compose ... ok
[INFO] [stdout] test schema::actions::added_varient::added_varient_compose ... ok
[INFO] [stdout] test schema::actions::added_field::added_field_compose ... ok
[INFO] [stdout] test schema::actions::edited_variant::edited_varient_compose ... ok
[INFO] [stdout] test schema::actions::edited_field::edited_field_compose ... ok
[INFO] [stdout] test schema::changeset::changeset_compose ... ok
[INFO] [stdout] test traits::changeset_builder::changeset_builder::changeset_builder_compose ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- schema::changeset::schema_changeset_test stdout ----
[INFO] [stdout] Found changes:
[INFO] [stdout]     0 | < jp2KpWaDr(0x84dbc3b1b71a655c) => Zs8_xhHrs(0xb16fcd543dcf504), handler = okyMVw2 >
[INFO] [stdout]     1 | /*repudiandae aut culpa modi consectetur harum veritatis quam blanditiis.*/
[INFO] [stdout]     2 | @derive(PvMgpx5bY, kLI-_c0, ce-MB_Js, lqMe7ysaO, huKTpuuq)
[INFO] [stdout]     3 | + enum EDcSzxv_k;
[INFO] [stdout]     4 | + enum EDcSzxv_k.ish4S1U(0) unit;
[INFO] [stdout]     5 | ///sequi iusto corporis nihil facere.
[INFO] [stdout]     6 | @json(untagged)
[INFO] [stdout]     7 | + enum EDcSzxv_k.D384Mcash(1) opaque(bool);
[INFO] [stdout]     8 | @json(alias = Fn_4_6Wy)
[INFO] [stdout]     9 | + enum EDcSzxv_k.tV9__jHAL(2) opaque(isize);
[INFO] [stdout]    10 | @json(untagged)
[INFO] [stdout]    11 | + enum EDcSzxv_k.ben-2Ig(3) struct;
[INFO] [stdout]    12 | + EDcSzxv_k.ben-2Ig.l_9B98IC: u32(0);
[INFO] [stdout]    13 | + enum EDcSzxv_k.mwHs925(4) struct;
[INFO] [stdout]    14 | + pub EDcSzxv_k.mwHs925.kkQ9lC4: String(0);
[INFO] [stdout]    15 | + pub EDcSzxv_k.mwHs925.YfHpS0f-: Option<u8>(1);
[INFO] [stdout]    16 | + pub EDcSzxv_k.mwHs925.K7mbi769_: String(2);
[INFO] [stdout]    17 | + pub EDcSzxv_k.mwHs925.M4vrrd-D: List<bool>(3);
[INFO] [stdout]    18 | ///fuga est.
[INFO] [stdout]    19 | @json(alias = n3lFCOP0)
[INFO] [stdout]    20 | + pub EDcSzxv_k.mwHs925.bW7-AV2: f64(4);
[INFO] [stdout]    21 | ///cum explicabo est autem repellat.
[INFO] [stdout]    22 | @json(skip)
[INFO] [stdout]    23 | + pub EDcSzxv_k.mwHs925.eE8gup_: i8(5);
[INFO] [stdout]    24 | + enum EDcSzxv_k.moSrPwCh2n(5) struct;
[INFO] [stdout]    25 | + EDcSzxv_k.moSrPwCh2n.ID_cuVB: f64(0);
[INFO] [stdout]    26 | @json(default)
[INFO] [stdout]    27 | + pub EDcSzxv_k.moSrPwCh2n.uf0aofc: bool(1);
[INFO] [stdout]    28 | ///ut aut.
[INFO] [stdout]    29 | + EDcSzxv_k.moSrPwCh2n.E9b_5erKD4: f32(2);
[INFO] [stdout]    30 | + pub EDcSzxv_k.moSrPwCh2n.ohUPtF_-m: f32(3);
[INFO] [stdout]    31 | ///eum rerum fugit asperiores sed.
[INFO] [stdout]    32 | + pub EDcSzxv_k.moSrPwCh2n.HebC4M9-: f64(4);
[INFO] [stdout]    33 | @json(alias = HBxDlAzn)
[INFO] [stdout]    34 | + enum EDcSzxv_k.Ng-V280yi(6) unit;
[INFO] [stdout]    35 | + enum EDcSzxv_k.fjF3333d(7) struct;
[INFO] [stdout]    36 | ///optio ad voluptatum.
[INFO] [stdout]    37 | @json(alias = hvZdY0mx4)
[INFO] [stdout]    38 | + enum EDcSzxv_k.E_Io58z-(8) opaque(i32);
[INFO] [stdout]    39 | ///autem voluptatem.
[INFO] [stdout]    40 | + enum EDcSzxv_k.vlKSAvk56(9) unit;
[INFO] [stdout]    41 | * EDcSzxv_k [] => [ish4S1U,D384Mcash,tV9__jHAL,ben-2Ig,mwHs925,moSrPwCh2n,Ng-V280yi,fjF3333d,E_Io58z-,vlKSAvk56];
[INFO] [stdout]    42 | //qui dolorem id dolor adipisci.
[INFO] [stdout]    43 | + struct lW3Vnwb9l;
[INFO] [stdout]    44 | + pub lW3Vnwb9l.Sb4qYYMr: bool(0);
[INFO] [stdout]    45 | ///aut quos iure et sit.
[INFO] [stdout]    46 | + pub lW3Vnwb9l.V-Q5gRt: List<bool>(1);
[INFO] [stdout]    47 | + pub lW3Vnwb9l.O0ifioPQz: f64(2);
[INFO] [stdout]    48 | + lW3Vnwb9l.bIDfeY4: u64(3);
[INFO] [stdout]    49 | ///quis ipsa.
[INFO] [stdout]    50 | @json(alias = TjCGu81p)
[INFO] [stdout]    51 | + lW3Vnwb9l.xJ4X3JDzj: i16(4);
[INFO] [stdout]    52 | + lW3Vnwb9l.qyw7M-h2z: u32(5);
[INFO] [stdout]    53 | + pub lW3Vnwb9l.phantom_A: A(6);
[INFO] [stdout]    54 | @json(skip)
[INFO] [stdout]    55 | + pub lW3Vnwb9l.phantom_B: B(7);
[INFO] [stdout]    56 | * lW3Vnwb9l  => <A, B>;
[INFO] [stdout]    57 | ///est blanditiis repellendus quae.
[INFO] [stdout]    58 | + import i-rYNi1Uqo;
[INFO] [stdout]    59 | ///est blanditiis repellendus quae.
[INFO] [stdout]    60 | * import i-rYNi1Uqo;
[INFO] [stdout]    61 | ///modi velit.
[INFO] [stdout]    62 | @rename_out = kl4OXjm8s
[INFO] [stdout]    63 | + edge (  ) bhvaNkWR-;
[INFO] [stdout]    64 | ///modi velit.
[INFO] [stdout]    65 | @rename_out = kl4OXjm8s
[INFO] [stdout]    66 | * edge bhvaNkWR-;
[INFO] [stdout]    67 | ///asperiores totam.
[INFO] [stdout]    68 | /*perspiciatis ducimus doloribus ratione nihil molestiae iusto omnis sunt.*/
[INFO] [stdout]    69 | + struct Nk--e5gAK;
[INFO] [stdout]    70 | ///nihil voluptas.
[INFO] [stdout]    71 | @json(alias = yNOrkI_6c)
[INFO] [stdout]    72 | + Nk--e5gAK.tBoh-mhT: f64(0);
[INFO] [stdout]    73 | + pub Nk--e5gAK.cGpfurY: f32(1);
[INFO] [stdout]    74 | ///nisi et minima quam et.
[INFO] [stdout]    75 | ///recusandae corporis dolorem vitae.
[INFO] [stdout]    76 | + Nk--e5gAK.Qc1-nPzd: bool(2);
[INFO] [stdout]    77 | ///cupiditate repellendus.
[INFO] [stdout]    78 | @json(alias = kRor675q_2)
[INFO] [stdout]    79 | + Nk--e5gAK.FPNd-epn-p: String(3);
[INFO] [stdout]    80 | @json(default)
[INFO] [stdout]    81 | + Nk--e5gAK.DnVazU42ct: i8(4);
[INFO] [stdout]    82 | @json(alias = mCopY5Fl)
[INFO] [stdout]    83 | + pub Nk--e5gAK.jP-o8Alz: Set<usize>(5);
[INFO] [stdout]    84 | @json(alias = wX1UfcP)
[INFO] [stdout]    85 | + Nk--e5gAK.phantom_A: A(6);
[INFO] [stdout]    86 | ///qui adipisci deleniti rem eius.
[INFO] [stdout]    87 | @json(default)
[INFO] [stdout]    88 | + pub Nk--e5gAK.phantom_B: B(7);
[INFO] [stdout]    89 | @json(skip)
[INFO] [stdout]    90 | + Nk--e5gAK.phantom_C: C(8);
[INFO] [stdout]    91 | ///asperiores totam.
[INFO] [stdout]    92 | * struct Nk--e5gAK;
[INFO] [stdout]    93 | * Nk--e5gAK  => <A, B, C>;
[INFO] [stdout]    94 | + edge (  ) b9gR2-g_eW;
[INFO] [stdout]    95 | + b9gR2-g_eW.L_8hDfEK: f32(0);
[INFO] [stdout]    96 | + b9gR2-g_eW.I4-5BEliI: u64(1);
[INFO] [stdout]    97 | + pub b9gR2-g_eW.v6-1W-d9a: bool(2);
[INFO] [stdout]    98 | ///consequatur minus.
[INFO] [stdout]    99 | + pub b9gR2-g_eW.biL3jvVxH: bool(3);
[INFO] [stdout]   100 | + b9gR2-g_eW.Vbp63_U: Map<String, u32>(4);
[INFO] [stdout]   101 | + b9gR2-g_eW.wcKuBVZD: i64(5);
[INFO] [stdout]   102 | @json(default)
[INFO] [stdout]   103 | + pub b9gR2-g_eW.vcaT-oy-: Option<bool>(6);
[INFO] [stdout]   104 | + edge (  ) f__-oMz;
[INFO] [stdout]   105 | - import YgncM7L;
[INFO] [stdout]   106 | - enum jK0bo0l;
[INFO] [stdout]   107 | - enum lMkVV4FyJ;
[INFO] [stdout]   108 | - import p-HOc0X6;
[INFO] [stdout]   109 | - struct wm9Y3zaMh5;
[INFO] [stdout]   110 | - edge Vi-fo0-jYd;
[INFO] [stdout]   111 | - edge b3XZB79;
[INFO] [stdout]   112 | - import D--5rXw;
[INFO] [stdout]   113 | - struct z-iv_-k8;
[INFO] [stdout]   114 | - import d7oo0Yuo;
[INFO] [stdout]   115 | - import NtXpUm-;
[INFO] [stdout]   116 | - enum u1d-Srpi__;
[INFO] [stdout]   117 | - node Xxxl4xJGV;
[INFO] [stdout]   118 | - struct o6s_fr_;
[INFO] [stdout]   119 | - enum cWDjLwn70_;
[INFO] [stdout]   120 | - struct Wudr-7I-U;
[INFO] [stdout]   121 | * schema;
[INFO] [stdout]   122 | 
[INFO] [stdout] Running diff on content:
[INFO] [stdout] 
[INFO] [stdout] thread 'schema::changeset::schema_changeset_test' (37) panicked at build_changeset_lang/src/schema/changeset.rs:430:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 464562583902251128
[INFO] [stdout]  right: 799103976801629444
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56365c7e9e4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56365c7e9e4a - std[ec4e911328de40a6]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec4e911328de40a6]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56365c7e9e4a - std[ec4e911328de40a6]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56365c7e9e4a - <<std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[a96a4c5c53f902a3]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56365c7feb7a - <core[a96a4c5c53f902a3]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56365c7feb7a - core[a96a4c5c53f902a3]::fmt::write
[INFO] [stdout]    6:     0x56365c7ee6d2 - std[ec4e911328de40a6]::io::default_write_fmt::<alloc[c960326de6de28e6]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56365c7ee6d2 - <alloc[c960326de6de28e6]::vec::Vec<u8> as std[ec4e911328de40a6]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56365c7c906f - <std[ec4e911328de40a6]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56365c7c906f - std[ec4e911328de40a6]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56365c7e2409 - std[ec4e911328de40a6]::panicking::default_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x56365c72ed0c - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x56365c72ed0c - test[30c43f9fd66fea90]::test_main_with_exit_callback::<test[30c43f9fd66fea90]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x56365c7e25c2 - <alloc[c960326de6de28e6]::boxed::Box<dyn for<'a, 'b> core[a96a4c5c53f902a3]::ops::function::Fn<(&'a std[ec4e911328de40a6]::panic::PanicHookInfo<'b>,), Output = ()> + core[a96a4c5c53f902a3]::marker::Sync + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::Fn<(&std[ec4e911328de40a6]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x56365c7e25c2 - std[ec4e911328de40a6]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x56365c7c9128 - std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x56365c7c0ac9 - std[ec4e911328de40a6]::sys::backtrace::__rust_end_short_backtrace::<std[ec4e911328de40a6]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x56365c7c9e3d - __rustc[aa69f48705c57ca8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x56365c7ff30c - core[a96a4c5c53f902a3]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x56365c7ff1c3 - core[a96a4c5c53f902a3]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x56365c7fb082 - core[a96a4c5c53f902a3]::panicking::assert_failed::<u64, u64>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x56365c627201 - build_changeset_lang[9819fc69c958b985]::schema::changeset::schema_changeset_test
[INFO] [stdout]                                at /opt/rustwide/workdir/build_changeset_lang/src/schema/changeset.rs:430:9
[INFO] [stdout]   22:     0x56365c622fc7 - build_changeset_lang[9819fc69c958b985]::schema::changeset::schema_changeset_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/build_changeset_lang/src/schema/changeset.rs:331:27
[INFO] [stdout]   23:     0x56365c6b9776 - <build_changeset_lang[9819fc69c958b985]::schema::changeset::schema_changeset_test::{closure#0} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x56365c722deb - <fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x56365c722deb - test[30c43f9fd66fea90]::__rust_begin_short_backtrace::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, fn() -> core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x56365c72f7db - test[30c43f9fd66fea90]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x56365c72f7db - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x56365c72f7db - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x56365c72f7db - std[ec4e911328de40a6]::panicking::catch_unwind::<core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>, core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x56365c72f7db - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<test[30c43f9fd66fea90]::run_test_in_process::{closure#0}>, core[a96a4c5c53f902a3]::result::Result<(), alloc[c960326de6de28e6]::string::String>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x56365c72f7db - test[30c43f9fd66fea90]::run_test_in_process
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x56365c72f7db - test[30c43f9fd66fea90]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x56365c72aef4 - test[30c43f9fd66fea90]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x56365c72aef4 - std[ec4e911328de40a6]::sys::backtrace::__rust_begin_short_backtrace::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x56365c7323e2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x56365c7323e2 - <core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x56365c7323e2 - std[ec4e911328de40a6]::panicking::catch_unwind::do_call::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x56365c7323e2 - std[ec4e911328de40a6]::panicking::catch_unwind::<(), core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x56365c7323e2 - std[ec4e911328de40a6]::panic::catch_unwind::<core[a96a4c5c53f902a3]::panic::unwind_safe::AssertUnwindSafe<std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x56365c7323e2 - std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked::<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x56365c7323e2 - <std[ec4e911328de40a6]::thread::lifecycle::spawn_unchecked<test[30c43f9fd66fea90]::run_test::{closure#1}, ()>::{closure#1} as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x56365c7e975f - <alloc[c960326de6de28e6]::boxed::Box<dyn core[a96a4c5c53f902a3]::ops::function::FnOnce<(), Output = ()> + core[a96a4c5c53f902a3]::marker::Send> as core[a96a4c5c53f902a3]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x56365c7e975f - <std[ec4e911328de40a6]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/0abe69e6c16114311cc2700e972492e64d69c28f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7ab482068aa4 - <unknown>
[INFO] [stdout]   45:     0x7ab4820f5a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     schema::changeset::schema_changeset_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 22 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 32.56s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p build_changeset_lang --lib`
[INFO] running `Command { std: "docker" "inspect" "200d2d0b9c85c5d39a87f45144003970f74e9c16cae15ff490add9f48024d580", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "200d2d0b9c85c5d39a87f45144003970f74e9c16cae15ff490add9f48024d580", kill_on_drop: false }`
[INFO] [stdout] 200d2d0b9c85c5d39a87f45144003970f74e9c16cae15ff490add9f48024d580
